projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d100084
)
* printing.el: Replace all uses of deleted ps-flatten-list with lpr- version.
author
Glenn Morris
<rgm@gnu.org>
Wed, 24 Jul 2013 07:16:25 +0000
(
00:16
-0700)
committer
Glenn Morris
<rgm@gnu.org>
Wed, 24 Jul 2013 07:16:25 +0000
(
00:16
-0700)
lisp/ChangeLog
patch
|
blob
|
history
lisp/printing.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 69674776b098b3810037355dd4f63981245b423f..97cf47f27e8595ce2e3bf12e713697cb0075089e 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,7
+1,7
@@
2013-07-24 Glenn Morris <rgm@gnu.org>
* printing.el: Replace all uses of deleted ps-windows-system,
- ps-lp-system with lpr- versions.
+ ps-lp-system
, ps-flatten-list
with lpr- versions.
2013-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git
a/lisp/printing.el
b/lisp/printing.el
index cc1f5cdf4948bb36e954f1d889c822483842f5cc..2c807b078f5b0c073da2294c15fe1937f8348f30 100644
(file)
--- a/
lisp/printing.el
+++ b/
lisp/printing.el
@@
-5667,7
+5667,7
@@
If menu binding was not done, calls `pr-menu-bind'."
(defun pr-switches (switches mess)
(or (listp switches)
(error "%S should have a list of strings" mess))
- (
ps-flatten-list
; dynamic evaluation
+ (
lpr-flatten-list
; dynamic evaluation
(mapcar 'ps-eval-switch switches)))